home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / Ad2c / Imakefile < prev    next >
Makefile  |  1995-06-18  |  519b  |  25 lines

  1. #
  2. #    Imakefile for ad2c - Convert X resources to C decls
  3. #
  4. #    George Ferguson, ferguson@cs.rochester.edu, 19 Mar 1991.
  5. #
  6.  
  7. # Where do you want this (if the default isn't okay)?
  8. #BINDIR = bin
  9. #MANDIR = man/man1
  10. # Default suffix is "1", change if you change MANDIR I guess
  11. ##undef ManSuffix
  12. ##define ManSuffix l
  13.  
  14. # Why is this not the default?
  15. INSTPGMFLAGS = -m 0755
  16.  
  17. AllTarget(ad2c)
  18. depend:
  19.     @echo 'no need to depend for ad2c'
  20. ad2c:
  21.     @echo 'ad2c is up to date'
  22.  
  23. InstallScript(ad2c,$(BINDIR))
  24. InstallManPage(ad2c,$(MANDIR))
  25.